Skip to main content

DCC 4.2

· 8 min read

New Features

IG-1591 Reports to Distributor and Customers indicating the month consumption

With this release a report is sent as an excel file attachment to the email specified for a Company with consumption details. The report is sent by end of the month detailing the past month's consumption, and three folders in the file specifies Per device consumption, Trial device status and Enterprise consumption respectively and if applicable. The file will detail consumption per Company (Sub-companies). The purpose of the report is for Distributors and Customers to get an easy overview of the devices and their consumption as documentation for billing.

IG-1618 Folder structure for Next-gen dashboards

Next-gen dashboards can now be organized into folders, providing better structure and usability for administrators managing multiple dashboards. Administrators can create folders under a company, with the option to nest folders within other folders. Dashboards and folders can be easily managed using drag-and-drop, allowing users to move individual or multiple dashboards between folders or to the company root in a single operation. Similarly, entire folders, along with their sub-folders and dashboards, can be moved within the same company. Dashboards can also be duplicated as needed. Dashboard users will only see folders that contain dashboards assigned to them, ensuring a clean and relevant view.

IG-1645 Company theme option in Next-gen dashboards

Users can now select the Company theme in Next-gen dashboard settings, automatically applying the company's branding to the dashboard.

IG-1682 Expand and collapse collectors in Next-gen dashboard Data Viewer

Collectors in the Next-gen dashboard Data Viewer can now be expanded or collapsed by clicking their name, rather than the down arrow. This aligns with the behavior for companies, folders, and devices.

IG-1683 Expand and collapse folders in the tree menu of Next-gen dashboards

A right-click option has been added to expand or collapse an entire Company or Folder in the Next-gen dashboard tree menu, eliminating the need to manually expand elements individually.

IG-1689 Searching in the Data Viewer tree without collapsing the unfolded views

Searching in the dataviewer now focus the tree structure at the top of the tree, instead of staying at the current view, for scrolling up or down.

IG-1690 Unfold all items fully that matches a search item

Before a search in the dataviewer will only unfold until the device if match is for the collector or samplepoint. The search will now fully unfold collectors and samplepoints.

IG-1692 Make Companies a priority over folders in alphabetic listing

Before Companies and Folders were sorted alphabetically together. Now sorting takes Devices, Companies and Folders in that order, and then sorts alphabetically within each of these categories.

IG-1696 Possibility to search for a user accross companies

With introduction of the new topology tree in DCC 4.0 the user management was moved in under the Company. Subsequently you had to search for users within a company. Now you are able to search for a user in the topology tree itself.

IG-1700 When creating a company you are not placed on that

When creating a new company the focus was not placed on that company, and you had to manually locate it in the tree. Since it would be a normal next step to create users in the company, you are now automatically positioned on the company in the tree.

IG-1706 Move Next-gen dashboards between companies

Next-gen dashboards can now be moved between companies that an Administrator has access to. This enables users to create dashboards in their company and duplicate them for sub-companies.

IG-1709 More intuitive operation of the topology tree filter menu

Before you needed to click the X in the filter menu to close it. Now a Close button has been added for more intuitive operation.

IG-1710 Logos removed from mail templates

Logos have been removed from all mail templates, affecting reports, alert, account emails etc. This decision is based on feedback from customers , who have reported that images are formatted differently depending on the email client, and also requires to explicitly allow images to be shown. Since the logo does not suit a particular purpose we have decided to eliminate them entirely

IG-1727 Support for SiteManager migration between GateManagers

DCC now supports SiteManager migration between GateManagers by verifying the MAC address, allowing a seamless transition without reconfiguration.

IG-1731 Include MQTT certificates in SIA Connect initial configuration

Before you needed to manually upload ca.crt, client.crt and client.key manually to the SIA Connect device. Now the certs are included in the configuration generated on DCC when creating a new SIA device. That means the entire step of uploading certs can be skipped, and you can concentrate on mappings.

The Next-gen Dashboard report now allows users to access multiple devices through a single link when generating a report. Previously, a separate link was created for each selected device, requiring multiple accesses. With this update, if the "Hide global device changer" setting is enabled on the dashboard, the report will generate only one link with access to all selected devices.

Bug Fixes

IG-1677 Tooltip in Next-gen dashboard bar charts does not display data source name

When hovering over a bar chart with multiple data sources in the Next-gen dashboard, the tooltip did not indicate the data source name. This has been fixed, and the tooltip now displays both the data source and corresponding values.

IG-1693 SuperAdmin unable to change an Admin's password

A SuperAdmin was unable to change the password for an existing Admin. This issue has been resolved.

IG-1694 SuperAdmin unable to edit Classic dashboards

SuperAdmins previously lacked the necessary permissions to edit Classic dashboards. This has now been fixed.

IG-1697 Searching for user emails within a company did not return results

With the introduction of the new topology tree, searching for an email within a company was no longer possible. This functionality has been restored, and emails are now searchable in the user table.

IG-1699 Data Limit or Data Retention settings require refresh to display changes

For Distributors or SuperAdmins, setting a Data Limit would not immediately reflect on the UI unless the page was refreshed. Now, changes are displayed instantly after being applied.

IG-1703 Y-axis settings per sample point missing in Next-gen dashboard Data Viewer

In DCC 3.x, users could set individual y-axis values per sample point in Advanced Settings of the Next-gen dashboard Data Viewer, allowing the combination of data with different value ranges. This feature has been reinstated in the new topology tree.

IG-1717 User creation fails for newly created companies

When a new company was created, attempting to create a user immediately afterward resulted in an error. Previously, refreshing the page allowed user creation. This issue has been fixed, and user creation now works without requiring a refresh.

IG-1722 Expand arrow for child Classic dashboards not visible to Admins

The expand arrow for Classic dashboards containing child dashboards was not visible to regular Administrators. This has been fixed, and the arrow now clearly indicates expandable dashboards.

IG-1723 Edits to Data Refinement access do not update immediately

Adding or removing Data Refinement profiles for a company did not always reflect on the UI immediately, though changes were correctly stored in the database. A refresh was required to see the correct view. Backend API optimizations have resolved this issue.

IG-1728 Changing MFA settings could fail in certain cases

In some cases, MFA settings would not save for users unless modified at the company level. This issue has been fixed.

IG-1733 Incorrect collector and sample point options when switching devices in Next-gen dashboard

When attaching a Data Refinement group to a device in the Next-gen dashboard, switching to a different device did not update the collector and sample point options, potentially causing data refinements to appear empty. This issue has been resolved, and switching devices now properly updates the options.

IG-1734 Users could be created in deleted companies

After deleting a company, it was not cleared from the UI, allowing users to be created under it, which resulted in errors. Now, the details page is cleared immediately after deletion, preventing further actions on the removed company.

IG-1738 Error when editing/create a user when Topology Tree is filtered

In some cases when a filter is applied, and you go to the Company in which the filter has found a matching item, and you then try to create or edit a user, an unexpected application error could occur. This has been fixed